luci-app-acme: Set default validation_method to standalone
authorSergey Ponomarev <[email protected]>
Sun, 2 Jun 2024 15:45:03 +0000 (18:45 +0300)
committerToke Høiland-Jørgensen <[email protected]>
Tue, 7 Oct 2025 12:01:06 +0000 (14:01 +0200)
In the 585df1d13769c6449458db425644927b0882b04a I changed the validation_method to webroot by mistake because I thought this is a default in the acme.sh.

Signed-off-by: Sergey Ponomarev <[email protected]>
applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js

index 97e991438704b91486a1e863947031d6cdeac2f4..818fe39baf8eab894e57b6e40a555ae63256f4bd 100644 (file)
@@ -76,7 +76,7 @@ return view.extend({
                o.value('standalone', _('Standalone'));
                o.value('webroot', _('Webroot'));
                o.value('dns', _('DNS'));
-               o.default = 'webroot';
+               o.default = 'standalone';
 
                o = s.taboption('general', form.DynamicList, "domains", _("Domain names"),
                        _("Domain names to include in the certificate. " +